Which programming language do you think is the most beautiful and which the ugliest? [closed]

Posted by user1598390 on Programmers See other posts from Programmers or by user1598390
Published on 2012-10-20T03:48:39Z Indexed on 2012/10/20 5:21 UTC
Read the original article Hit count: 302

I would like to hear opinions about what programming language do you consider to produce the most legible, self-documenting, intention-transparent, beautiful-looking code ? And which produces the most messy-looking, unintentionally obfuscated, ugly code, regardless of it being good code ?

Let me clarify: I'm talking about the syntax, "noise vs signal", structure of the language. Assignment operators. De-referencing. Whether it's dot syntax or "->" syntax.

What languages do you think are inherently harder to read than others, given all other things being equal like, say, code quality, absence of code smells, etc. ?

© Programmers or respective owner

Related posts about programming-languages

Related posts about Productivity